home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / util / pack / xpk_Develop.lha / xpk_Develop / Include / C / proto / xpksub.h < prev   
C/C++ Source or Header  |  1998-11-09  |  296b  |  18 lines

  1. #ifndef _PROTO_XPKSUB_H
  2. #define _PROTO_XPKSUB_H
  3.  
  4. #ifndef __NOLIBBASE__
  5.   extern struct Library *XpkSubBase;
  6. #endif
  7.  
  8. #include <exec/types.h>
  9. #include <clib/xpksub_protos.h>
  10.  
  11. #ifdef __GNUC__
  12.   #include <inline/xpksub.h>
  13. #else
  14.   #include <pragma/xpksub_lib.h>
  15. #endif
  16.  
  17. #endif    /*  _PROTO_XPKSUB_H  */
  18.